An entry in a Timeline. Includes the value, the time associated with that value and pointers to the previous and next entries

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public TimelineEntry(
	double time,
	T value
)

Parameters

time
Type: System..::..Double
Time of the entry.
value
Type: T
Value of the entry.

See Also